Snapshot<TKey, TValue>

Class

Namespace: Diffstore.Snapshots

Declared in: Diffstore.Snapshots


Defines a snapshot of an entity.

Type parameters

TKey

The type used as entity key.

TValue

The entity value, a class which contains the data that need to be stored.

Members

Property

  • Time
  • State
  • Constructor

  • Snapshot(long, Entity<TKey, TValue>)
  • Method

  • Equals(object)
  • GetHashCode()
  • ToString()
  • See also

  • DiffstoreBuilder<TKey, TValue>
  • IDiffstore<TKey, TValue>

  • Back to index